home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / Macintosh Drag and Drop / Demo Applications / Dragster / DragText Sources / Offscreen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-03  |  276 b   |  16 lines  |  [TEXT/KAHL]

  1. /*
  2.  *        Offscreen.h
  3.  *
  4.  *        12/30/94    JML        Code now compiles with Universal interfaces.
  5.  *
  6.  */
  7.  
  8.  
  9. typedef struct WindowOffscreen {
  10.     CGrafPtr        windowPort;
  11.     GDHandle        windowDevice;
  12.     GWorldPtr        offscreenWorld;
  13. } WindowOffscreen;
  14.  
  15.  
  16. WindowOffscreen *DrawOffscreen(WindowPtr theWindow);